PageCooker Exception #1039
A component in PageCooker has thrown an uncaught exception. Please, contact the site administrator to solve this issue.
File: /data/profimetal.cz/www_data/www/modules/kernel/output.php on line 79
Description: Requested page not found.
74
75 $assignments = db::select('template_assignments')
76 ->columns('template_id')
77 ->where('{=domain} AND {=path}', array('domain:string' => output::getDomain(), 'path:string' => '#NOT_FOUND'));
78 if($assignments->count() == 1) return $assignments->template_id;
79 throw new exceptions(1039);
80 }
81
82 public static function get() {
83 $templateId = output::getTemplateId(pagecooker::path());
84 templates::loadById($templateId);
Backtraces:- output::getTemplateId() in /data/profimetal.cz/www_data/www/modules/kernel/output.php #83
- output::get() in /data/profimetal.cz/www_data/www/index.php #24